-
Notifications
You must be signed in to change notification settings - Fork 975
Conversation
Closes #10900 Addresses #8235 Addresses #10898 Addresses #10899 - Add white-space: nowrap - Replace display: inline-block with display: block - Replace Button with BrowserButton on history.js - Remove hacks on bookmarks.less and siteDetails.less by applying flex Auditors: Test Plan: 1. Open about:history 2. Open about:bookmarks 3. Make sure the headers appear on the same place
</div> | ||
</div> | ||
</div> | ||
} | ||
} | ||
|
||
const styles = StyleSheet.create({ | ||
bookmarksManager__header: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be deprecated with a component like <SiteDetailsPageHeader actions>
.
@@ -16,26 +15,10 @@ | |||
width: 100%; | |||
} | |||
|
|||
.siteDetailsPageHeader { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is deprecated with the flex.
.siteDetailsPageContent { | ||
display: flex; | ||
flex-wrap: wrap; | ||
height: 100%; | ||
margin: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
@@ -19,8 +18,6 @@ body { | |||
padding: 0 @aboutPageSectionPadding; | |||
|
|||
.headerActions { | |||
float: right; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left comments for references.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
Closes #10900
Addresses #8235
Addresses #10898
Addresses #10899
Auditors:
Test Plan:
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests